home *** CD-ROM | disk | FTP | other *** search
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !
- ! File: MoviePlayer
- ! Purpose: Application Default resources for "movieplayer
- !
- ! $Id: MoviePlayer,v 1.28 1995/01/12 08:34:06 wiltse Exp $
- !
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- *sgiMode: true
- *useSchemes: all
- !*scheme: Base
- *keyboardFocusPolicy: pointer
-
- ! these need to be here to override stuff in the
- ! sgi schemes (don't use a XmMainWindow next time)
- MoviePlayer*XmMainWindow.scrolledWindowMarginWidth: 0
- MoviePlayer*XmMainWindow.scrolledWindowMarginHeight:0
- MoviePlayer*XmMainWindow.shadowThickness: 0
-
-
- ! lets the help server pop up a useful message if someone tries to
- ! access help and doesn't have the correct book installed.
- *helpSubSys: dmedia_tools.books.MediaTls_UG
- *helpTitle: Movie Player
-
- ! Font override for small button panel fonts
- MoviePlayer*XmForm*XmPushButton*fontList: -*-helvetica-medium-r-normal-*-10-*-*-*-*-*-iso8859-1
-
- ! file menu
-
- *fileMenu.labelString: File
- *fileMenu*mnemonic: F
- *fileOpenMenu.labelString: Open
- *fileOpenMenu.mnemonic: O
- *fileOpenMenu.acceleratorText: Ctrl+o
- *fileOpenMenu.accelerator: Ctrl<Key>o
- *fileQuitMenu.labelString: Quit
- *fileQuitMenu.mnemonic: Q
- *fileQuitMenu.acceleratorText: Ctrl+q
- *fileQuitMenu.accelerator: Ctrl<Key>q
-
- ! options menu
-
- *optionsMenu.labelString: Options
- *optionsMenu.mnemonic: O
- *optionsCopyMenu.labelString: Copy
- *optionsCopyMenu.mnemonic: C
- *optionsCopyMenu.acceleratorText: Ctrl+c
- *optionsCopyMenu.accelerator: Ctrl<Key>c
- *optionsPromoteMenu.labelString: Promote
- *optionsPromoteMenu.mnemonic: P
- *optionsPromoteMenu.acceleratorText: Alt+Insert
- *optionsPromoteMenu.accelerator: Alt<Key>Insert
- *optionsMuteMenu.labelString: Mute
- *optionsMuteMenu.mnemonic: M
- *optionsPlayEveryFrameMenu.labelString: Play Every Frame
- *optionsPlayEveryFrameMenu.mnemonic: E
- *optionsAudioMenu.labelString: Audio Control
- *optionsAudioMenu.mnemonic: A
- *optionsPlayOnceMenu.labelString: Play Once
- *optionsPlayOnceMenu.mnemonic: O
- *optionsLoopMenu.labelString: Loop
- *optionsLoopMenu.mnemonic: L
- *optionsSwingMenu.labelString: Swing
- *optionsSwingMenu.mnemonic: S
- *optionsHalfSpeedMenu.labelString: Half Speed
- *optionsHalfSpeedMenu.mnemonic: H
- *optionsNormalSpeedMenu.labelString: Normal Speed
- *optionsNormalSpeedMenu.mnemonic: N
- *optionsDoubleSpeedMenu.labelString: Twice Speed
- *optionsDoubleSpeedMenu.mnemonic: T
- *optionsZoomDownMenu.labelString: Zoom Down
- *optionsZoomDownMenu.mnemonic: D
- *optionsZoomDownMenu.acceleratorText: Ctrl+d
- *optionsZoomDownMenu.accelerator: Ctrl<Key>d
- *optionsZoomUpMenu.labelString: Zoom Up
- *optionsZoomUpMenu.mnemonic: U
- *optionsZoomUpMenu.acceleratorText: Ctrl+z
- *optionsZoomUpMenu.accelerator: Ctrl<Key>z
-
- ! help Menu
-
- *helpMenu.labelString: Help
- *helpMenu.mnemonic: H
- *aboutMenu.labelString: Overview
- *aboutMenu.mnemonic: O
- *watchingMenu.labelString: Watching Movies
- *watchingMenu.mnemonic: W
- *adjustvolMenu.labelString: Adjusting the Volume
- *adjustvolMenu.mnemonic: A
- *aboutCopyMenu.labelString: Copying Selected Frames & Audio
- *aboutCopyMenu.mnemonic: C
- *aboutCommandsMenu.labelString: About Movie Player's Menus
- *aboutCommandsMenu.mnemonic: M
- *runningMenu.labelString: Running with Command Line Options
- *runningMenu.mnemonic: R
- *versionMenu.labelString: Version Information
- *versionMenu.mnemonic: V
-
- ! Other strings
-
- *frameMainWindow: Frame
- *timeMainWindow: Min:Sec:Frm
-
- ! Dialog Messages
-
- *busyMsg: Please Wait...
- *versionStr: IRIS Movie Player Version 2.1.\n\nCopyright (c)1992-1994 Silicon Graphics, Inc.\n\nALL RIGHTS RESERVED.
-
- ! Error messages
-
- *notMovieFile: The file \"%s\" is not a playable movie file.
- *noMovieErr: There is no current movie.\nOpen a movie using the File/Open menu before using this command.
- *noMovieDataErr: %s is a movie file, but does not contain any video data.
- *mpegUnsupportedErr: %s is an MPEG movie file. It is not supported.
- *fileErr: Could not open the file:%s.
- *viewOnlyErr: Cannot select viewonly mode without a valid movie file specified on the command line.\nIgnoring \"-v\" option
- *zoomDownErr: Already at zoom size 1.\nCannot zoom below that.
- *zoomUpErr: Already at zoom size 4.\nCannot zoom above that.
-